Get File via FTPS
Description
Get a file with FTPS is a Process Entry in the File Transfer plugin for Process Studio Processes. Get a file with FTPS Process Entry gets files from a remote directory with FTP secure over SSL.
Configurations
| No. | Field Name | Description |
|---|---|---|
| 1 | Process Entry name | Specify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name. |
| Server: | ||
| 1 | FTP server name / IP address | The name of the SFTP server or the IP address |
| 2 | Server Port | The TCP port to use. This is usually 22 |
| 3 | User name | The user name to log into the SFTP server |
| 4 | Password | The password to log into the SFTP server |
| 5 | Proxy host | Proxy server host name |
| 6 | Proxy port | Proxy server port number |
| 7 | Proxy username | Proxy server account user name |
| 8 | Proxy password | Proxy server account password |
| 9 | Connection type | Select from the list: - FTP - Implicit SSL - Authentication SSL - Implicit SSL with crypted FTP connection - Authentication TLS - Implicit TLS - Implicit TLS with crypted FTP connection |
| Advanced: | ||
| 10 | Binary mode? | Enable if files must be transferred in binary mode |
| 11 | Timeout | The FTP server timeout in seconds |
| 12 | Use active FTP connection | Enable if you are connecting to the FTP server using Active mode; you must set your firewall to accept connections to the port that your FTP client will open. The default is Passive mode. |